home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / MODULA_2 / 2122.ZIP / READ-M2J.ME < prev   
Text File  |  1989-10-09  |  1KB  |  23 lines

  1. Mod-2 JF Tools is a library of Modula-2 procedures for Screen display
  2. and keyboard entry of all data types, Printing and FileInOut of the
  3. same items, and string manipulation. Also complete date and time 
  4. procedures with easy, editable, self-validating keyboard entry of 
  5. date and time information, calculations of dates and times, entry, 
  6. display and printing in programmer- or user-selectable formats. 
  7. Also all the trigonometric functions and some other useful 
  8. mathematical functions.
  9.  
  10. Mod-2 JF Tools is supplied in one ARCed file, M2JFTOOL.ARC.,
  11. Vern Buerg's extraction program ARCE.COM, a .BAT file that controls
  12. the extraction, DARC-M2J.BAT, and this READ-M2J.ME file.
  13. To extract the files from the archive, make a working copy of this disk
  14. and make two blank, formatted floppies. Label one MOD-2 JF Library and 
  15. the other MOD-2 JF Programming Aids. Insert the working copy of this disk
  16. into Drive B, or else copy it into a directory of your hard disk. Make this
  17. the current drive or directory. Then enter DARC-M2J and follow the 
  18. instructions that will appear on your screen for inserting each of the 
  19. new floppies into Drive A.
  20.  
  21. From the Programming Aids disk copy the MOD2TOOL.DOC instruction manual and-
  22. follow its instructions for installation. From the same disk, the DateTest
  23. program will demonstrate to you the Dates calendar and time library module.